projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf48ae
)
post release version bump
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 20 May 2018 08:49:52 +0000
(10:49 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 20 May 2018 08:49:52 +0000
(10:49 +0200)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d05560fa9bfa2b3400eff20fbf62135ec1a22fd6..d2ee75a003b56cfc69ccd3a484edf967df8431b3 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [5
0
])
+m4_define([babl_micro_version], [5
1
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index 2b96a7c84e94d606880aad4f8c699d51d48ea965..86b3336b2f8c54fba0c9269e8755b58c7f86091e 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.5
0
',
+ version: '0.1.5
1
',
meson_version: '>=0.40.0',
default_options: [
'libdir=lib',